-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/SparseMatricesCSR #118
Conversation
SparseMatrixAssembler produces SparseMatrices also from SparseMatricesCSR packages
Add SparseMAtrixCSR and SymSparseMatrixCSR to AssemblersTests.jl
…tricesCSR packages Finish SparseMatricesCSR integration into MultiAssemblers.jl Add SparseMAtrixCSR and SymSparseMatrixCSR to MultiAssemblersTests.jl
Codecov Report
@@ Coverage Diff @@
## master #118 +/- ##
==========================================
- Coverage 91.59% 91.45% -0.15%
==========================================
Files 90 90
Lines 4761 4775 +14
==========================================
+ Hits 4361 4367 +6
- Misses 400 408 +8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congrats for the work!
A part form the comments I have done in the code, I don't see the call to finalize_coo!
Have you followed another aproach?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Just a detail. I still miss the |
@fverdugo , yes you are right! i forgot |
call to |
…ions accepting the the matrix template type
Just a final comment @victorsndvg The Travis CI time has doubled. Do you know if this is this related with your changes or due to another source? |
I've to check it |
your branch took 23m and the PR 41m. master has not diverged from your branch so the PR should be equal to your branch. It seems something not related with us, right? |
Assemblers
andMultiAssemblers
.AbstractSparseMatrix
data type.SparseMatrixCSC
(from SparseArrays),SparseMatrixCSR
andSymSparseMatrixCSR
(from SparseMatricesCSR).